home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / adkabe.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  137 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(6) or rollOver(7) or rollOver(8) then
  3.     cursor([14, 15])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.